home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 116
- Top = 108
- Width = 637
- Height = 427
- Caption = 'Form2'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 24
- Top = 384
- Width = 151
- Height = 13
- Caption = 'See this Form OnCreate event...'
- end
- object Chart1: TChart
- Left = 24
- Top = 8
- Width = 593
- Height = 369
- AllowPanning = pmNone
- AllowZoom = False
- BottomWall.Color = 16777088
- BottomWall.Size = 10
- Foot.Alignment = taRightJustify
- Foot.Font.Charset = DEFAULT_CHARSET
- Foot.Font.Color = clRed
- Foot.Font.Height = -11
- Foot.Font.Name = 'Arial'
- Foot.Font.Style = [fsItalic]
- Foot.Text.Strings = (
- 'Copyright 1995-97 by David Berneda. All rights reserved.')
- Gradient.Direction = gdRightLeft
- Gradient.Visible = True
- LeftWall.Color = clTeal
- LeftWall.Size = 10
- Title.AdjustFrame = False
- Title.Brush.Color = clWhite
- Title.Font.Charset = DEFAULT_CHARSET
- Title.Font.Color = clTeal
- Title.Font.Height = -19
- Title.Font.Name = 'Arial'
- Title.Font.Style = [fsBold, fsItalic]
- Title.Frame.Color = clRed
- Title.Frame.Width = 3
- Title.Frame.Visible = True
- Title.Text.Strings = (
- '1997 Web Hits per Continent')
- AxisVisible = False
- Chart3DPercent = 20
- ClipPoints = False
- Frame.Visible = False
- Legend.Alignment = laLeft
- Legend.Color = clSilver
- Legend.ColorWidth = 22
- Legend.Font.Charset = DEFAULT_CHARSET
- Legend.Font.Color = clBlack
- Legend.Font.Height = -12
- Legend.Font.Name = 'Arial'
- Legend.Font.Style = [fsBold, fsItalic]
- Legend.Frame.Width = 3
- Legend.TextStyle = ltsPlain
- Legend.TopPos = 31
- Legend.ShadowColor = clGray
- Legend.ShadowSize = 5
- View3DWalls = False
- BevelInner = bvLowered
- BevelWidth = 2
- BorderWidth = 1
- TabOrder = 0
- object Series1: TPieSeries
- Marks.Arrow.Color = clBlack
- Marks.Arrow.Style = psDot
- Marks.ArrowLength = 18
- Marks.BackColor = clSilver
- Marks.Font.Charset = DEFAULT_CHARSET
- Marks.Font.Color = clNavy
- Marks.Font.Height = -16
- Marks.Font.Name = 'Arial'
- Marks.Font.Style = [fsBold, fsItalic]
- Marks.Frame.Style = psDot
- Marks.Style = smsPercent
- Marks.Visible = True
- RotationAngle = 10
- PiePen.Color = clGray
- PiePen.Width = 3
- PieValues.DateTime = False
- PieValues.Name = 'Pie'
- PieValues.Multiplier = 1.000000000000000000
- PieValues.Order = loNone
- end
- end
- end
-